home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-05-31 | 717 b | 25 lines | [TEXT/KAHL] |
- ///////////////////////////
- // Cross-file Prototypes
-
- // TileInit.c
- Boolean TileInit(void);
- void TileQuit(void);
-
- // Tilings.c
- Boolean TileClick(gxPoint *clickPt, short optDown);
- void RemakeTile(void);
- void ChangeSymmetry(long oldSym, long newSym);
- void DefaultTileAndPattern(void);
- void AttachConstraints(void);
- void DisposeDragger(void);
- void DisposeOpShapes(void);
-
- // Drawing routines
- void TileUpdate(void); // Full window update
- void DrawOff(void); // Redraw the grid offscreen
- void OffToScreen(void); // Transfer offscreen to window
- void EraseAShape(gxShape theShape); // Erase a shape (duh)
-
- gxShape GetWindowBoundsShape(WindowPtr wind);
- Boolean ChangeWindowSize(WindowPtr wind, short hSize, short vSize);
-